home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_povray.idb / usr / freeware / lib / povray31 / betanews.txt.z / betanews.txt
Encoding:
Text File  |  1999-04-16  |  2.1 KB  |  57 lines

  1. POV-Ray 3.1 final release September 1998
  2.  
  3. Bugs fixed since beta.6
  4.  
  5.  Fixed media bug in multi-density declared media
  6.  Fixed included macro crash
  7.  Added translate, rotate, scale, transform, matrix to material{}
  8.  Added logical function "defined(IDENTIFIER)"
  9.   Note: When #read (MyFile,Var) hits eof, MyFile is closed and 
  10.         it does #undef MyFile automatically.  Its always worked
  11.         this way.  But now you can do...
  12.          #while(defined(MyFile))
  13.            #read(MyFile,Var)
  14.          #end
  15.  Fixed #undef MyMaterial
  16.  
  17. Bugs fixed since beta.5
  18.  
  19.  Made density{color COLOR} legal mostly for use in density_map
  20.  Made pignent{average color_map{}} illegal
  21.  Fixed old bezier type 0 bug
  22.  Eliminated negative strength blobs from bounding slab calculation
  23.  Fixed hfield divide by zero bug on some platforms which didn't trap
  24.  Added some missing identifier types as macro parameters
  25.  Fixed mosaic preview overflow on odd size images
  26.  Implemented material{} statement.
  27.    MATERIAL:
  28.      material{[MATERIAL_IDENTIFIER][MATERIAL_ITEMS...]}
  29.    MATERIAL_ITEMS:
  30.      TEXTURE  |  INTERIOR
  31.   Example
  32.    #declare MyGlass=material{texture{Glass_T} interior{Glass_I}}
  33.    object{MyObject material{MyGlass}}
  34.  Fixed problem with media and no light sources.
  35.  Fixed memory leak in mesh
  36.  Fixed erronious missing pigment in fully textured mesh
  37.  Fixed repeat warp flip bug from 3.02
  38.  Fixed multi-dimension array initializer bug
  39.  Fixed multi-density in declared media bug
  40.  
  41. POV-Ray 3.1.beta.5 released late July 1998
  42.  
  43. Bugs fixed since beta.4
  44.  
  45.  The +Q8 and +Q9 now correctly turn media off/on
  46.  Inverse CSG intersections now use merge rather than union.
  47.  Mesh triangle textures now translate properly.
  48.  The density_file pattern now searches +Lpath & Library_Path=path
  49.  Negative subscript on array now properly trapped
  50.  Fixed bug with macros with no parameters
  51.  Fixed bug redeclaring as wrong type caused crash.
  52.  Fixed bug density with no color_map inside density_map crashed.
  53.  Fixed bug #declare MyArray=YourArray now works.
  54.  New feature #declare MyIdentifier=YourIdentifier now works.
  55.  
  56. POV-Ray 3.1.beta.4 first public beta July 4th.
  57.